The ListHistoryValuesExResp object is used in:
| Property | SubType | Read Only | Description |
|---|---|---|---|
|
Count |
Integer |
Yes |
Returns the number of responses in the array. |
|
Error |
Integer |
Yes |
Returns the error message generated by the VHS. A value of zero indicates success. See CxVhs Error Codes. |
|
TimeOrdinal |
Integer |
Yes |
Sets the time ordinal property. The time ordinal property is used to differentiate between entries that have the same timestamp value. |
|
TimeStampStart |
Date |
Yes |
Sets the timestamp for the starting history record of a time period for a given point (Local time without milliseconds). |
|
TimeStampStartMs |
Date |
Yes |
Sets the timestamp for the starting history record of a time period for a given point (Local time with milliseconds). |
|
TimeStampStartRaw |
Date |
Yes |
Sets the timestamp for the starting history record of a time period for a given point (UTC time with milliseconds). |
|
ValueEntry |
Variant |
Yes |
Sets the value information. Type: ValueEntryEx |
|
Version |
Integer |
Yes |
Returns the message version. This property ensures compatibility with software release versions of the VHS. |